Add a warning about unreffing icon themes. (#310163, Rodney Dawes)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 Jul 2005 04:53:49 +0000 (04:53 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 13 Jul 2005 04:53:49 +0000 (04:53 +0000)
2005-07-13  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkicontheme.c (gtk_icon_theme_get_default)
(gtk_icon_theme_get_for_screen): Add a warning about
unreffing icon themes.  (#310163, Rodney Dawes)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkicontheme.c

index b4e55c2e41dc92d48044071293bb53a3186bd792..739b8a99df373bbc5d54475d4397c689fb55ffe7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_get_default) 
+       (gtk_icon_theme_get_for_screen): Add a warning about
+       unreffing icon themes.  (#310163, Rodney Dawes)
+
 2005-07-13  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): quit
index b4e55c2e41dc92d48044071293bb53a3186bd792..739b8a99df373bbc5d54475d4397c689fb55ffe7 100644 (file)
@@ -1,3 +1,9 @@
+2005-07-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_get_default) 
+       (gtk_icon_theme_get_for_screen): Add a warning about
+       unreffing icon themes.  (#310163, Rodney Dawes)
+
 2005-07-13  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): quit
index b4e55c2e41dc92d48044071293bb53a3186bd792..739b8a99df373bbc5d54475d4397c689fb55ffe7 100644 (file)
@@ -1,3 +1,9 @@
+2005-07-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_get_default) 
+       (gtk_icon_theme_get_for_screen): Add a warning about
+       unreffing icon themes.  (#310163, Rodney Dawes)
+
 2005-07-13  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): quit
index 311598930029643c41252598aba13aeaf9fa6a0f..74af659eee31a39818a8aacde13463c7ccd6c28b 100644 (file)
@@ -287,7 +287,7 @@ gtk_icon_theme_new (void)
  * Return value: A unique #GtkIconTheme associated with
  *  the default screen. This icon theme is associated with
  *  the screen and can be used as long as the screen
- *  is open.
+ *  is open. Do not ref or unref it.
  *
  * Since: 2.4
  **/
@@ -313,7 +313,7 @@ gtk_icon_theme_get_default (void)
  * Return value: A unique #GtkIconTheme associated with
  *  the given screen. This icon theme is associated with
  *  the screen and can be used as long as the screen
- *  is open.
+ *  is open. Do not ref or unref it.
  *
  * Since: 2.4
  **/